[INFO] cloning repository https://github.com/MarcBrejner/tree-sitter-twenty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MarcBrejner/tree-sitter-twenty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcBrejner%2Ftree-sitter-twenty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcBrejner%2Ftree-sitter-twenty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] baeced6c5a96093df330b75d50cd30ad3397ab4c
[INFO] fixing MarcBrejner/tree-sitter-twenty against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcBrejner%2Ftree-sitter-twenty" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MarcBrejner/tree-sitter-twenty
[INFO] finished tweaking git repo https://github.com/MarcBrejner/tree-sitter-twenty
[INFO] tweaked toml for git repo https://github.com/MarcBrejner/tree-sitter-twenty written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MarcBrejner/tree-sitter-twenty on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MarcBrejner/tree-sitter-twenty already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac
[INFO] running `Command { std: "docker" "start" "9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating cli/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating lib/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating cli/config/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating highlight/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating cli/loader/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating tags/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]     Checking once_cell v1.7.0
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.6.22
[INFO] [stderr]     Checking spin v0.7.1
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]    Compiling serde_json v1.0.63
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]     Checking dirs-sys v0.3.5
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking tinyvec v1.1.1
[INFO] [stderr]     Checking dirs v3.0.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]    Compiling tree-sitter v0.20.0 (/opt/rustwide/workdir/lib)
[INFO] [stderr]    Migrating lib/binding_rust/build.rs from 2018 edition to 2021
[INFO] [stderr]    Compiling tree-sitter-loader v0.19.0 (/opt/rustwide/workdir/cli/loader)
[INFO] [stderr]    Migrating cli/loader/build.rs from 2018 edition to 2021
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking getrandom v0.2.2
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking regex v1.4.3
[INFO] [stderr]     Checking unicode-normalization v0.1.17
[INFO] [stderr]     Checking libloading v0.7.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking utf8-width v0.1.4
[INFO] [stderr]     Checking chunked_transfer v1.4.0
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking ascii v1.0.0
[INFO] [stderr]     Checking idna v0.2.2
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking walkdir v2.3.1
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking which v4.1.0
[INFO] [stderr]    Migrating lib/binding_rust/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking html-escape v0.2.6
[INFO] [stderr]     Checking smallbitvec v2.5.0
[INFO] [stderr]     Checking url v2.2.1
[INFO] [stderr]     Checking webbrowser v0.5.5
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking tiny_http v0.8.0
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking tree-sitter-config v0.19.0 (/opt/rustwide/workdir/cli/config)
[INFO] [stderr]    Migrating cli/config/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.25
[INFO] [stderr]     Checking thiserror v1.0.25
[INFO] [stderr]     Checking tree-sitter-tags v0.20.0 (/opt/rustwide/workdir/tags)
[INFO] [stderr]     Checking tree-sitter-highlight v0.20.0 (/opt/rustwide/workdir/highlight)
[INFO] [stderr]    Migrating highlight/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tags/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Compiling tree-sitter-cli v0.20.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]    Migrating cli/build.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating cli/loader/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed cli/loader/src/lib.rs (1 fix)
[INFO] [stderr]    Migrating cli/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating cli/benches/benchmark.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating cli/src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.36s
[INFO] [stderr] crater-edition-check: tree-sitter-cli v0.20.0 (/opt/rustwide/workdir/cli) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: tree-sitter v0.20.0 (/opt/rustwide/workdir/lib) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: tree-sitter-config v0.19.0 (/opt/rustwide/workdir/cli/config) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: tree-sitter-highlight v0.20.0 (/opt/rustwide/workdir/highlight) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: tree-sitter-loader v0.19.0 (/opt/rustwide/workdir/cli/loader) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: tree-sitter-tags v0.20.0 (/opt/rustwide/workdir/tags) updating edition from 2018 to 2021
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling tree-sitter v0.20.0 (/opt/rustwide/workdir/lib)
[INFO] [stderr]    Compiling tree-sitter-loader v0.19.0 (/opt/rustwide/workdir/cli/loader)
[INFO] [stderr]    Compiling tree-sitter-cli v0.20.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Checking tree-sitter-config v0.19.0 (/opt/rustwide/workdir/cli/config)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lib/binding_rust/lib.rs:340:19
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn logger(&self) -> Option<&Logger> {
[INFO] [stdout]     |                   ^^^^^            ^^^^^^^
[INFO] [stdout]     |                   |                ||
[INFO] [stdout]     |                   |                |the same lifetime is hidden here
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn logger(&self) -> Option<&Logger<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lib/binding_rust/lib.rs:654:22
[INFO] [stdout]     |
[INFO] [stdout] 654 |     pub fn root_node(&self) -> Node {
[INFO] [stdout]     |                      ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 654 |     pub fn root_node(&self) -> Node<'_> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lib/binding_rust/lib.rs:674:17
[INFO] [stdout]     |
[INFO] [stdout] 674 |     pub fn walk(&self) -> TreeCursor {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 674 |     pub fn walk(&self) -> TreeCursor<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lib/binding_rust/lib.rs:340:19
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn logger(&self) -> Option<&Logger> {
[INFO] [stdout]     |                   ^^^^^            ^^^^^^^
[INFO] [stdout]     |                   |                ||
[INFO] [stdout]     |                   |                |the same lifetime is hidden here
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn logger(&self) -> Option<&Logger<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lib/binding_rust/lib.rs:654:22
[INFO] [stdout]     |
[INFO] [stdout] 654 |     pub fn root_node(&self) -> Node {
[INFO] [stdout]     |                      ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 654 |     pub fn root_node(&self) -> Node<'_> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> lib/binding_rust/lib.rs:674:17
[INFO] [stdout]     |
[INFO] [stdout] 674 |     pub fn walk(&self) -> TreeCursor {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 674 |     pub fn walk(&self) -> TreeCursor<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tree-sitter-tags v0.20.0 (/opt/rustwide/workdir/tags)
[INFO] [stderr]     Checking tree-sitter-highlight v0.20.0 (/opt/rustwide/workdir/highlight)
[INFO] [stdout] warning: field `value_range` is never read
[INFO] [stdout]   --> tags/src/lib.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct LocalDef<'a> {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 84 |     name: &'a [u8],
[INFO] [stdout] 85 |     value_range: Range<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LocalDef` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> highlight/src/lib.rs:589:21
[INFO] [stdout]     |
[INFO] [stdout] 589 |                     &self.layers[0..(i + 1)].rotate_left(1);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 589 |                     let _ = &self.layers[0..(i + 1)].rotate_left(1);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `value_range` is never read
[INFO] [stdout]   --> tags/src/lib.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct LocalDef<'a> {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 84 |     name: &'a [u8],
[INFO] [stdout] 85 |     value_range: Range<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LocalDef` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> highlight/src/lib.rs:589:21
[INFO] [stdout]     |
[INFO] [stdout] 589 |                     &self.layers[0..(i + 1)].rotate_left(1);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 589 |                     let _ = &self.layers[0..(i + 1)].rotate_left(1);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:149:44
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn get_all_language_configurations(&self) -> Vec<(&LanguageConfiguration, &Path)> {
[INFO] [stdout]     |                                            ^^^^^          ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                            |              ||
[INFO] [stdout]     |                                            |              |the same lifetime is hidden here
[INFO] [stdout]     |                                            |              the same lifetime is elided here
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn get_all_language_configurations(&self) -> Vec<(&LanguageConfiguration<'_>, &Path)> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |         scope: &str,
[INFO] [stdout] 159 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 171 |         path: &Path,
[INFO] [stdout] 172 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 242 |         string: &str,
[INFO] [stdout] 243 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 243 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:426:17
[INFO] [stdout]     |
[INFO] [stdout] 424 |         &'a mut self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 425 |         parser_path: &Path,
[INFO] [stdout] 426 |     ) -> Result<&[LanguageConfiguration]> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 | |
[INFO] [stdout]     |                 | the same lifetime is hidden here
[INFO] [stdout]     |                 the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 426 |     ) -> Result<&'a [LanguageConfiguration<'a>]> {
[INFO] [stdout]     |                  ++                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:149:44
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn get_all_language_configurations(&self) -> Vec<(&LanguageConfiguration, &Path)> {
[INFO] [stdout]     |                                            ^^^^^          ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                            |              ||
[INFO] [stdout]     |                                            |              |the same lifetime is hidden here
[INFO] [stdout]     |                                            |              the same lifetime is elided here
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn get_all_language_configurations(&self) -> Vec<(&LanguageConfiguration<'_>, &Path)> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |         scope: &str,
[INFO] [stdout] 159 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 171 |         path: &Path,
[INFO] [stdout] 172 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 242 |         string: &str,
[INFO] [stdout] 243 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 243 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:426:17
[INFO] [stdout]     |
[INFO] [stdout] 424 |         &'a mut self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 425 |         parser_path: &Path,
[INFO] [stdout] 426 |     ) -> Result<&[LanguageConfiguration]> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 | |
[INFO] [stdout]     |                 | the same lifetime is hidden here
[INFO] [stdout]     |                 the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 426 |     ) -> Result<&'a [LanguageConfiguration<'a>]> {
[INFO] [stdout]     |                  ++                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | resource!(get_main_html, "cli/src/web_ui.html");
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | resource!(get_main_html, "cli/src/web_ui.html");
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | resource!(get_playground_js, "docs/assets/js/playground.js");
[INFO] [stdout]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | resource!(get_playground_js, "docs/assets/js/playground.js");
[INFO] [stdout]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 | optional_resource!(get_lib_js, "lib/binding_web/tree-sitter.js");
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 | optional_resource!(get_lib_js, "lib/binding_web/tree-sitter.js");
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | optional_resource!(get_lib_wasm, "lib/binding_web/tree-sitter.wasm");
[INFO] [stdout]    | -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | optional_resource!(get_lib_wasm, "lib/binding_web/tree-sitter.wasm");
[INFO] [stdout]    | -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | resource!(get_main_html, "cli/src/web_ui.html");
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | resource!(get_main_html, "cli/src/web_ui.html");
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | resource!(get_playground_js, "docs/assets/js/playground.js");
[INFO] [stdout]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | resource!(get_playground_js, "docs/assets/js/playground.js");
[INFO] [stdout]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 | optional_resource!(get_lib_js, "lib/binding_web/tree-sitter.js");
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 | optional_resource!(get_lib_js, "lib/binding_web/tree-sitter.js");
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 |         #[cfg(TREE_SITTER_EMBED_WASM_BINDING)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | optional_resource!(get_lib_wasm, "lib/binding_web/tree-sitter.wasm");
[INFO] [stdout]    | -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `TREE_SITTER_EMBED_WASM_BINDING`
[INFO] [stdout]   --> cli/src/web_ui.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         #[cfg(not(TREE_SITTER_EMBED_WASM_BINDING))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | optional_resource!(get_lib_wasm, "lib/binding_web/tree-sitter.wasm");
[INFO] [stdout]    | -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(TREE_SITTER_EMBED_WASM_BINDING)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(TREE_SITTER_EMBED_WASM_BINDING)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `optional_resource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> cli/src/generate/prepare_grammar/extract_default_aliases.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |                 let mut status = match step.symbol.kind {
[INFO] [stdout]    |                     ----^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> cli/src/generate/prepare_grammar/extract_tokens.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let mut lexical_variable = &mut lexical_variables[index];
[INFO] [stdout]    |                     ----^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filter` is never read
[INFO] [stdout]  --> cli/src/logger.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Logger {
[INFO] [stdout]   |        ------ field in this struct
[INFO] [stdout] 4 |     pub filter: Option<String>,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> cli/src/generate/build_tables/build_lex_table.rs:350:5
[INFO] [stdout]     |
[INFO] [stdout] 350 |     &old_ids_by_new_id[1..].sort_by_key(|id| &table.states[*id]);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 350 |     let _ = &old_ids_by_new_id[1..].sort_by_key(|id| &table.states[*id]);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> cli/src/generate/build_tables/minimize_parse_table.rs:482:9
[INFO] [stdout]     |
[INFO] [stdout] 482 | /         &old_ids_by_new_id.sort_unstable_by_key(|i| {
[INFO] [stdout] 483 | |             // Don't changes states 0 (the error state) or 1 (the start state).
[INFO] [stdout] 484 | |             if *i <= 1 {
[INFO] [stdout] 485 | |                 return *i as i64 - 1_000_000;
[INFO] [stdout] ...   |
[INFO] [stdout] 490 | |             -((state.terminal_entries.len() + state.nonterminal_entries.len()) as i64)
[INFO] [stdout] 491 | |         });
[INFO] [stdout]     | |__________^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 482 |         let _ = &old_ids_by_new_id.sort_unstable_by_key(|i| {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Box<Rule>` instead of cloning the inner type
[INFO] [stdout]    --> cli/src/generate/prepare_grammar/extract_tokens.rs:212:75
[INFO] [stdout]     |
[INFO] [stdout] 212 |                         rule: Box::new(self.extract_tokens_in_rule((&rule).clone())),
[INFO] [stdout]     |                                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> cli/src/generate/prepare_grammar/extract_default_aliases.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |                 let mut status = match step.symbol.kind {
[INFO] [stdout]    |                     ----^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> cli/src/generate/prepare_grammar/extract_tokens.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 let mut lexical_variable = &mut lexical_variables[index];
[INFO] [stdout]    |                     ----^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filter` is never read
[INFO] [stdout]  --> cli/src/logger.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Logger {
[INFO] [stdout]   |        ------ field in this struct
[INFO] [stdout] 4 |     pub filter: Option<String>,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> cli/src/generate/build_tables/build_lex_table.rs:350:5
[INFO] [stdout]     |
[INFO] [stdout] 350 |     &old_ids_by_new_id[1..].sort_by_key(|id| &table.states[*id]);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 350 |     let _ = &old_ids_by_new_id[1..].sort_by_key(|id| &table.states[*id]);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> cli/src/generate/build_tables/minimize_parse_table.rs:482:9
[INFO] [stdout]     |
[INFO] [stdout] 482 | /         &old_ids_by_new_id.sort_unstable_by_key(|i| {
[INFO] [stdout] 483 | |             // Don't changes states 0 (the error state) or 1 (the start state).
[INFO] [stdout] 484 | |             if *i <= 1 {
[INFO] [stdout] 485 | |                 return *i as i64 - 1_000_000;
[INFO] [stdout] ...   |
[INFO] [stdout] 490 | |             -((state.terminal_entries.len() + state.nonterminal_entries.len()) as i64)
[INFO] [stdout] 491 | |         });
[INFO] [stdout]     | |__________^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 482 |         let _ = &old_ids_by_new_id.sort_unstable_by_key(|i| {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Box<rules::Rule>` instead of cloning the inner type
[INFO] [stdout]    --> cli/src/generate/prepare_grammar/extract_tokens.rs:212:75
[INFO] [stdout]     |
[INFO] [stdout] 212 |                         rule: Box::new(self.extract_tokens_in_rule((&rule).clone())),
[INFO] [stdout]     |                                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/src/tests/node_test.rs:811:24
[INFO] [stdout]     |
[INFO] [stdout] 811 | fn get_all_nodes(tree: &Tree) -> Vec<Node> {
[INFO] [stdout]     |                        ^^^^^         ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 811 | fn get_all_nodes(tree: &Tree) -> Vec<Node<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.57s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating cli/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating lib/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating cli/config/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating highlight/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating cli/loader/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating tags/Cargo.toml from 2018 edition to 2021
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking tree-sitter v0.20.0 (/opt/rustwide/workdir/lib)
[INFO] [stderr]     Checking tree-sitter-config v0.19.0 (/opt/rustwide/workdir/cli/config)
[INFO] [stderr]    Migrating lib/binding_rust/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed lib/binding_rust/lib.rs (10 fixes)
[INFO] [stderr]        Fixed lib/binding_rust/ffi.rs (1 fix)
[INFO] [stderr]        Fixed lib/binding_rust/./bindings.rs (100 fixes)
[INFO] [stderr]        Fixed lib/binding_rust/allocations.rs (7 fixes)
[INFO] [stdout] warning: field `value_range` is never read
[INFO] [stdout]   --> tags/src/lib.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | struct LocalDef<'a> {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 84 |     name: &'a [u8],
[INFO] [stdout] 85 |     value_range: Range<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LocalDef` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> highlight/src/lib.rs:589:21
[INFO] [stdout]     |
[INFO] [stdout] 589 |                     &self.layers[0..(i + 1)].rotate_left(1);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 589 |                     let _ = &self.layers[0..(i + 1)].rotate_left(1);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:149:44
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn get_all_language_configurations(&self) -> Vec<(&LanguageConfiguration, &Path)> {
[INFO] [stdout]     |                                            ^^^^^          ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                            |              ||
[INFO] [stdout]     |                                            |              |the same lifetime is hidden here
[INFO] [stdout]     |                                            |              the same lifetime is elided here
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn get_all_language_configurations(&self) -> Vec<(&LanguageConfiguration<'_>, &Path)> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |         scope: &str,
[INFO] [stdout] 159 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 171 |         path: &Path,
[INFO] [stdout] 172 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 242 |         string: &str,
[INFO] [stdout] 243 |     ) -> Result<Option<(Language, &LanguageConfiguration)>> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                   ||
[INFO] [stdout]     |                                   |the same lifetime is hidden here
[INFO] [stdout]     |                                   the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 243 |     ) -> Result<Option<(Language, &LanguageConfiguration<'_>)>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> cli/loader/src/lib.rs:426:17
[INFO] [stdout]     |
[INFO] [stdout] 424 |         &'a mut self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 425 |         parser_path: &Path,
[INFO] [stdout] 426 |     ) -> Result<&[LanguageConfiguration]> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 | |
[INFO] [stdout]     |                 | the same lifetime is hidden here
[INFO] [stdout]     |                 the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 426 |     ) -> Result<&'a [LanguageConfiguration<'a>]> {
[INFO] [stdout]     |                  ++                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tree-sitter-cli v0.20.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Checking tree-sitter-loader v0.19.0 (/opt/rustwide/workdir/cli/loader)
[INFO] [stderr]     Checking tree-sitter-highlight v0.20.0 (/opt/rustwide/workdir/highlight)
[INFO] [stderr]     Checking tree-sitter-tags v0.20.0 (/opt/rustwide/workdir/tags)
[INFO] [stderr]    Migrating cli/config/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating highlight/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> highlight/src/lib.rs:705:35
[INFO] [stdout]      |
[INFO] [stdout]  705 |                               match HighlightIterLayer::new(
[INFO] [stdout]      |  ___________________________________^
[INFO] [stdout]  706 | |                                 self.source,
[INFO] [stdout]  707 | |                                 self.highlighter,
[INFO] [stdout]  708 | |                                 self.cancellation_flag,
[INFO] [stdout] ...    |
[INFO] [stdout]  712 | |                                 ranges,
[INFO] [stdout]  713 | |                             ) {
[INFO] [stdout]      | |                             ^
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  714 |                                   Ok(layers) => {
[INFO] [stdout]  715 |                                       for layer in layers {
[INFO] [stdout]      |                                                    ------
[INFO] [stdout]      |                                                    |
[INFO] [stdout]      |                                                    `iter` calls a custom destructor
[INFO] [stdout]      |                                                    `iter` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  721 |                           }
[INFO] [stdout]      |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> lib/binding_rust/lib.rs:1963:1
[INFO] [stdout]      |
[INFO] [stdout] 1963 | impl Drop for QueryCursor {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> lib/binding_rust/lib.rs:704:1
[INFO] [stdout]      |
[INFO] [stdout]  704 | impl Drop for Tree {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `iter` invokes this custom destructor
[INFO] [stdout]     --> lib/binding_rust/lib.rs:1963:1
[INFO] [stdout]      |
[INFO] [stdout] 1963 | impl Drop for QueryCursor {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `iter` invokes this custom destructor
[INFO] [stdout]     --> lib/binding_rust/lib.rs:704:1
[INFO] [stdout]      |
[INFO] [stdout]  704 | impl Drop for Tree {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> lib/binding_rust/lib.rs:1963:1
[INFO] [stdout]      |
[INFO] [stdout] 1963 | impl Drop for QueryCursor {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> lib/binding_rust/lib.rs:704:1
[INFO] [stdout]      |
[INFO] [stdout]  704 | impl Drop for Tree {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed highlight/src/c_lib.rs (10 fixes)
[INFO] [stderr]    Migrating cli/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tags/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_loader`
[INFO] [stdout]  --> cli/src/tags.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tree_sitter_loader::Loader;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tree-sitter-cli` (lib test) due to 3 previous errors
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_tags`
[INFO] [stdout]  --> cli/src/tags.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tree_sitter_tags::TagsContext;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_highlight`
[INFO] [stdout]   --> cli/src/highlight.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tree_sitter_highlight::{HighlightConfiguration, HighlightEvent, Highlighter, HtmlRenderer};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr]        Fixed tags/src/c_lib.rs (12 fixes)
[INFO] [stderr]    Migrating cli/loader/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_highlight`
[INFO] [stdout]   --> cli/loader/src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use tree_sitter_highlight::HighlightConfiguration;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tree-sitter-loader` (lib test) due to 2 previous errors
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_tags`
[INFO] [stdout]   --> cli/loader/src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use tree_sitter_tags::{Error as TagsError, TagsConfiguration};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_loader`
[INFO] [stdout]  --> cli/src/tags.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tree_sitter_loader::Loader;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_tags`
[INFO] [stdout]  --> cli/src/tags.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tree_sitter_tags::TagsContext;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `tree_sitter_highlight`
[INFO] [stdout]   --> cli/src/highlight.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tree_sitter_highlight::{HighlightConfiguration, HighlightEvent, Highlighter, HtmlRenderer};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tree-sitter-cli` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac", kill_on_drop: false }`
[INFO] [stdout] 9105305b863c9e40720512fe8f4004373cee80da08b90589349cca65400061ac
